introtext is "

         This computer program will give you a feel of how tall you are 
         compared with other humans. 

"
goal is type.height

if height < 50
then type.height is short

if height < 60
then type.height is medium.short

if height < 65
then type.height is medium
         
if height < 70
then type.height is medium.tall
         
if height > 69 then
type.height is tall

question height is
"
         Hi!!  Please be good enough to tell me how tall you are, in 
         inches.  Please give me your answer in whole numbers only.
"

answer is "You must be " type.height

termtext is "
         Thank you!!
"
